projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1c6645
)
*** empty log message ***
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 19 Aug 2009 07:14:46 +0000
(07:14 +0000)
committer
Michael Albinus
<michael.albinus@gmx.de>
Wed, 19 Aug 2009 07:14:46 +0000
(07:14 +0000)
lisp/net/dbus.el
patch
|
blob
|
history
diff --git
a/lisp/net/dbus.el
b/lisp/net/dbus.el
index 159fcb668ddf544a7020aac3a27865dd854155df..273d531ed3525256245e30993ce613a3d158a93f 100644
(file)
--- a/
lisp/net/dbus.el
+++ b/
lisp/net/dbus.el
@@
-836,8
+836,8
@@
name of the property, and its value. If there are no properties,
;; descriptors to input_wait_mask, in order to detect incoming
;; messages immediately.
(dbus-ignore-errors
- (dbus-init-bus :system)
(when (getenv "DBUS_SESSION_BUS_ADDRESS")
+ (dbus-init-bus :system)
(dbus-init-bus :session)))
(provide 'dbus)